Move word search functions from search.c to isearch.el (bug#10145, bug#11381).
authorJuri Linkov <juri@jurta.org>
Thu, 17 May 2012 00:03:49 +0000 (03:03 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 17 May 2012 00:03:49 +0000 (03:03 +0300)
commit31e4dfc9108a72a0ab82a8bd94a1f5255a7c6aa1
treebd1fbd81d35c97fd2659dc7a2f49b4fc6c2f2d7c
parentabd3d726da9147f8afa6a7396754bf8d0c264203
Move word search functions from search.c to isearch.el (bug#10145, bug#11381).

* lisp/isearch.el (word-search-regexp, word-search-backward)
(word-search-forward, word-search-backward-lax)
(word-search-forward-lax): Move functions from search.c.

* src/search.c (Fword_search_regexp, Fword_search_backward)
(Fword_search_forward, Fword_search_backward_lax)
(Fword_search_forward_lax): Move functions to isearch.el.
lisp/ChangeLog
lisp/isearch.el
src/ChangeLog
src/search.c